Welcome![Sign In][Sign Up]
Location:
Search - h264 source code

Search list

[Multimedia Developjm16.2

Description: H264 JM版源代码, 最新的JM16.2版本源码-H264 JM version of the source code, the latest version of the source code JM16.2
Platform: | Size: 2334720 | Author: lss | Hits:

[Streaming Mpeg4ffmpeg_h264_vc

Description: ffmpeg中使用到的H.264解码的C语言源代码。-the H.264 decoder C source code in ffmpeg.
Platform: | Size: 1118208 | Author: 李斌 | Hits:

[VHDL-FPGA-Verilogh264.tar

Description: h.264 bluespec system verilog source code
Platform: | Size: 1040384 | Author: datonglii | Hits:

[GDI-BitmapJM10.2

Description: JM H264源码,10.2版本 用VC编程,整个项目工程代码完整,可直接编译使用-JM H264 source, version 10.2 with the VC program, complete the entire project code can be compiled directly using
Platform: | Size: 3998720 | Author: 林强 | Hits:

[Multimedia Developlive555H.264

Description: VC下的RTSP源代码,live555+H264-RTSP source code under VC, live555+ H264
Platform: | Size: 197632 | Author: vslinux | Hits:

[Streaming Mpeg4H264Android_code

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 注意解码库写死了视频大小240x320,其他视频大小要简单修改一下底层的代码。-H264 decoder source code, porting ffmpeg s H264 decoding to Android, the depth of cut optimization, in the simulator (320x480) in the validation passed.
Platform: | Size: 650240 | Author: caoliang | Hits:

[SymbianH264Decoder_symbian

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Symbian,深度删减优化,在N72和模拟器中验证通过。-H264 decoder source code, porting the H264 decoding in ffmpeg to Symbian, the depth of cut optimization, the N72 and the simulator is verified.
Platform: | Size: 71680 | Author: caoliang | Hits:

[Special EffectsJM

Description: JM h264编解码源代码 可以直接编译通过 对搞视频算法这块的很有帮助。-JM h264 codec source code can be compiled directly by engaging in this very helpful video algorithms.
Platform: | Size: 780288 | Author: 马杰钦 | Hits:

[android3Gmonitornew0120

Description: android vedio player source code
Platform: | Size: 734208 | Author: goscam | Hits:

[SCM68SDK

Description: 浙江杭州海康92XX压缩卡的SDK包,提供了驱动安装、Demo源码,可以进行二次开发-Hangzhou Haikang 92XX SDK package compression card provides the driver installation, Demo source code, can be secondary development
Platform: | Size: 3308544 | Author: 李震 | Hits:

[androidH264Android-264encode

Description: H264Android-264encode 源代码-H264Android-264encode source code
Platform: | Size: 1837056 | Author: 泱泱 | Hits:

[androidH264Android

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。-H264 decoder source code, porting ffmpeg s H264 decoder part to Android, the depth of cut optimization, in the simulator (320x480) to verify through. Program using jni architecture. Interface portion of the file to read, the video display is made with java, the underlying video decoding in C to do to meet the speed requirements. In this version, the H264 stream from a separate layer of Nal is done in java, so call decoding in java layer directly whether there is to know when to display video, drawback is the coupling/packaging of almost. If used at the bottom do Nal segmentation method can be encapsulated look good, but each time there is limited data to send, if you get too much data, the underlying may be a decoding of several frames of video, but the notice to the interface layer can only display one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times not to call the underlying substance of decoding, a small gas practices, s
Platform: | Size: 230400 | Author: wyc | Hits:

[androidstagefright_h264

Description: android源码中提取的h264编解码部分-android H264 encoder & decoder source code
Platform: | Size: 98304 | Author: jiakai | Hits:

[Linux-Unixh264.tar

Description: H.264编译器源代码,实现对是视频的压缩。-H.264 compiler source code, is a video compression.
Platform: | Size: 7640064 | Author: 张冠 | Hits:

[JSP/Javaandroid-h264

Description: 安卓编程 h264视频转换源码, -Andrews h264 video conversion program source code
Platform: | Size: 596992 | Author: youngdavid | Hits:

[Internet-NetworkH264

Description: H264流媒体源代码和相关资料 非常实用-The H264 streaming media source code and related information
Platform: | Size: 3232768 | Author: shitao | Hits:

[Compress-Decompress algrithmsTiny6410-H264.tar

Description: 基于Tiny6410的H264硬编码、软解码的源代码【有注释】-H264 based on hard-coded Tiny6410 of soft decoding annotated source code
Platform: | Size: 452608 | Author: 小波 | Hits:

[Compress-Decompress algrithmsh264-incode-and-encode

Description: 用C语言写的H264编码和解码的源代码 解码效率还是很不错的 也可以自己参考代码 对自学有很大帮助的-Written in C language source code H264 decoding efficiency encoding and decoding is still very good and to be their own self-reference code of great help
Platform: | Size: 3015680 | Author: kezhihong | Hits:

[Streaming Mpeg4stream_parse

Description: PS TS 码流解析为h264源码,接收到码流后,判断是TS还是PS码流,根据码流的格式进行解析;-PS TS stream analyze to h264 source code
Platform: | Size: 16384 | Author: 任庆 臻 | Hits:

[Streaming Mpeg4MPEG-4_H.264视频编解码工程实践

Description: MPEG-4_H.264视频编解码工程实践 随书光盘(Source code of the "MPEG-4_H.264 video codec project".)
Platform: | Size: 32845824 | Author: mandagod | Hits:
« 1 2 3 4 56 7 8 9 10 »

CodeBus www.codebus.net